home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Acao
/
BlueCustom.swf
/
scripts
/
frame_630
/
PlaceObject2_271_45
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-09-26
|
255 b
|
14 lines
onClipEvent(enterFrame){
if(this._y > _root.depth._y + 5)
{
this._alpha = 0;
}
if(this._y > _root.depth._y + 5)
{
removeMovieClip(this);
}
this._y += 6;
this._x += _global.xgo;
this._y += _global.ygo;
}